home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6559 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.easysoft.com!not-for-mail
  2. From: nick@news.easysoft.com (Nick Gorham)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What to do when feof() is NOT feof()
  5. Date: 19 Feb 1996 14:25:41 -0000
  6. Organization: Easysoft Ltd.
  7. Message-ID: <4ga195$nsq@lodur.easysoft.com>
  8. References: <824554814snz@metsys.demon.co.uk> <4g4vpp$52f@spectator.cris.com> <danpop.824614833@rscernix> <4g7rsj$fnf@spectator.cris.com>
  9. NNTP-Posting-Host: localhost.easysoft.com
  10. X-NNTP-Posting-Host: lodur.easysoft.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Aubrey Harrison (aubrey@concentric.net) wrote:
  14. : Who died and left you king. Most of the messages I have read from you do 
  15. : nothing but harass and ridicule people, rarely ever offering an help or 
  16. : suggestions. I may not be an expert but I know if you open a file with fopen( 
  17. : "filename", "rt"), then fgets stops reading when it finds a ascii 26 and 
  18. : signals end-of-file. If you open it with fopen( "filename","rb") it reads until 
  19. : the real end-of-file. I noticed in your smart-ass reply you did not offer any 
  20. : answers to his problem. Maybe you should take you own advice.
  21.  
  22. I think I have to stand up for Dan on this one, What he posts tends
  23. to be correct, it may not answer the question the original poster
  24. thinks he asked, but that is not Dan's fault. As the above _Expert_
  25. knows "rt" opens a text file on MSDOS but I don't see any mention of
  26. it under several OS's that have 'C' compilors.
  27.  
  28.  
  29. Nick Gorham - nick@easysoft.com
  30.  
  31.